ASP.NET Pack Programmer's Guide
ITransform.WorldToDevice Method (Point[])
See Also
 





Convert an array of points from world to screen coordinates.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

Point[] WorldToDevice (
    Point[] points
)

Visual Basic  Copy Code

Function WorldToDevice( _
    points() As Point _
) As Point()

 Parameters

points

An array of Point objects specifying world coordinates.

 Return Value

An array of Point objects containing the corresponding screen coordinates.

 See Also

WorldToDevice Method Overload List
ITransform Members
ITransform Interface
MindFusion.Mapping Namespace